home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 4.1 - Disc 2 / 1998-07_-_Disc_4.1_No._2_Imperfect.iso / mechcmdr / data / objects / object2.pak / Unnamed File 000003 < prev    next >
Text File  |  1998-04-08  |  3KB  |  93 lines

  1. FITini
  2.  
  3. //---------------------------------------------------------------------------
  4. //
  5. //                MECH:            Loki
  6. //
  7. //                BASE ID:        18
  8. //
  9. //---------------------------------------------------------------------------
  10.  
  11. // This is a sample MechBase Data File.
  12. [ObjectClass]
  13. l ObjectTypeNum = 2
  14.  
  15. [Header]
  16. st FileType                            = "MechType"
  17.  
  18. [General]
  19. ul ID                                = 18            // ID number for this mech type
  20. uc Type                                = 1                // 0 = Inner Sphere, 1 = Clan
  21. st Name                                = "Loki"        // mech type description
  22. uc Chassis                            = 0                // Standard Chassis        
  23. f TonnageClass                        = 65.0            // 65 tons
  24. uc EndoSteel                        = 0                // does not have EndoSteel IS    
  25. f InternalStructureTonnage            = 6.5            // 6.5 tons
  26.  
  27. [Debris]
  28. ul RightArmPiece                    = 0x000000B4
  29. ul LeftArmPiece                        = 0x000000B3
  30. ul DestroyedPiece                    = 0x0000003A
  31.  
  32. [InternalStructure]
  33. //------------------------------------------------------------------------
  34. // In theory, the following should be dictated by the MaxTonnage, correct?
  35. uc Head                                = 3
  36. uc CenterTorso                        = 21
  37. uc LeftTorso                        = 15
  38. uc RightTorso                        = 15
  39. uc LeftArm                            = 10
  40. uc RightArm                            = 10
  41. uc LeftLeg                            = 15
  42. uc RightLeg                            = 15
  43.  
  44. [HotSpots]
  45. st HotSpotFileName                    = "lk"
  46. l FootprintType                        = 1
  47. ul Weapon0                            = 3                // Which part is this weapon attached to.  3 = Right Arm
  48. ul Weapon1                            = 2                // Which part is this weapon attached to.  2 = Left Arm
  49. ul Weapon2                            = 1                // Which part is this weapon attached to.  1 = Torso
  50. ul Weapon3                            = 1                // Which part is this weapon attached to.  1 = Torso
  51. ul Weapon4                            = 1                // Which part is this weapon attached to.  1 = Torso
  52. ul Weapon5                            = 1                // Which part is this weapon attached to.  1 = Torso
  53. ul Weapon6                            = 1                // Which part is this weapon attached to.  1 = Torso
  54. ul Weapon7                            = 0                // Which part is this weapon attached to.  0 = Bottom
  55. ul Weapon8                            = 0                // Which part is this weapon attached to.  0 = Bottom
  56. ul Weapon9                            = 0                // Which part is this weapon attached to.  0 = Bottom
  57. ul Weapon10                            = 0                // Which part is this weapon attached to.  0 = Bottom
  58. ul Weapon11                            = 0                // Which part is this weapon attached to.  0 = Bottom
  59.  
  60. [ObjectType]
  61. st Name                             = "Loki"        // Text string giving a descriptive name  (only 8 chars long!!)
  62. l Type                                 = 2                // ID number for this mech type
  63. l Appearance                        = 0x01000002
  64. l Duration                            = -1            // Lasts forever = -1
  65. l MaxDamage                            = 200            // Number of damage points before BOOM!
  66. l ExplosionObject                    = 41            // Object Class Number of explosion for Mech
  67. l DestroyedObject                    = 101            // Object Class Number of Destroyed shape for Mech
  68. f ExtentRadius                        = 12            // Extent Radius in Meters
  69. l IconNumber                        = 11
  70.  
  71. [Control]
  72. ul Type                                = 2                //player = 1, ai = 2, net = 3
  73. ul DataType                            = 1                //mech control data = 1
  74.  
  75. [Dynamics]
  76. ul Type                                = 1                //Mech dynamics = 1
  77.  
  78. [MechDynamics]
  79. l maxTorsoYawRate                    = 360            //Degrees per sec
  80. l maxTorsoYaw                        = 120            //(+/-)Degrees
  81. l maxArmYaw                            = 60            //(+/-)Degrees
  82. l maxMechYawRate                    = 180            //Degrees per sec
  83. l maxRightArmYawRate                = 180            //Degrees per sec
  84. l maxLeftArmYawRate                    = 180            //Degrees per sec
  85. f maxAccel                            = 3.0            //Meters per sec per sec
  86. f maxVelocity                        = 40.0            //Meters per sec
  87.  
  88. [AudioVisual]
  89. st Anim =                            "animString"
  90. uc[3] MoveAnimSpeed =                0,2,1
  91.  
  92. FITEnd
  93.